home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Tool Chest / Development Kits / MPW etc. / MPW-PR / MPW / Tools / SCpp / SCpp.rsrc / STR#_777.txt < prev    next >
Encoding:
Text File  |  1997-12-02  |  19.2 KB  |  965 lines

  1. '%s' is ambiguous
  2.  
  3. '%s' is not a member of namespace '%s'
  4.  
  5. template template parameters not yet implemented
  6.  
  7. reference cannot be to a namespace
  8.  
  9. '%s' is not a namespace
  10.  
  11. 'namespace' keyword expected
  12.  
  13. 'using' is not allowed here
  14.  
  15. the function or function pointer assigned shall only allow exceptions allowed by the destination function pointer
  16.  
  17. overriding virtual functions shall only allow exceptions allowed by their overridden base class functions
  18.  
  19. both the 2nd and 3rd operands of a ternary may not be throws
  20.  
  21. 'throw' cannot appear in a typedef declaration
  22.  
  23. declaration requires '=' initialization ('=' expected)
  24.  
  25. initial value of reference to non-const must be an lvalue
  26.  
  27. virtual functions are not allowed in unions
  28.  
  29. invalid 'bool' operation
  30.  
  31. <reserved for DTSOM 169>
  32.  
  33. <reserved for DTSOM 168>
  34.  
  35. <reserved for DTSOM 167>
  36.  
  37. <reserved for DTSOM 166>
  38.  
  39. <reserved for DTSOM 165>
  40.  
  41. <reserved for DTSOM 164>
  42.  
  43. <reserved for DTSOM 163>
  44.  
  45. <reserved for DTSOM 162>
  46.  
  47. <reserved for DTSOM 161>
  48.  
  49. <reserved for DTSOM 160>
  50.  
  51. <reserved for DTSOM 159>
  52.  
  53. <reserved for DTSOM 158>
  54.  
  55. <reserved for DTSOM 157>
  56.  
  57. <reserved for DTSOM 157>
  58.  
  59. prototype should be extern "C" void __som_check_new(SOMObject *)
  60.  
  61. prototype should be extern "C" void __som_check_ev(Environment*)
  62.  
  63. check routine is not allowed as a member function
  64.  
  65. <reserved for DTSOM 152>
  66.  
  67. template class instantiations cannot be SOM classes 
  68.  
  69. '%s' for SOM members (class '%s') is not supported
  70.  
  71. embedded SOM objects not allowed (pointer access only)
  72.  
  73. only pointers or single SOM variable instances are allowed
  74.  
  75. explicitly scoped calls can only be through direct parents
  76.  
  77. global SOM object declarations (%s) are not allowed
  78.  
  79. first parameter of '%s' must be Environment*
  80.  
  81. '%s' is undefined (you must include the '%s' header)
  82.  
  83. sizeof(a SOM object) is not allowed
  84.  
  85. %s return type not allowed for a SOM class member
  86.  
  87. only the basic form of '%s' is permitted for a SOM object
  88.  
  89. type must be void operator delete(void *) for SOM objects
  90.  
  91. type must be void *operator new(size_t) for SOM objects
  92.  
  93. SOM object members cannot be static
  94.  
  95. must have at least 1 introduced, overridden, or virtual inline class member
  96.  
  97. SOM classes cannot be structs or unions
  98.  
  99. %s arguments not allowed for a SOM class member
  100.  
  101. cannot pass aggregrates by value to a SOM class member
  102.  
  103. SOM objects may only be declared at global scope
  104.  
  105. override member '%s' should not be in the SOMReleaseOrder
  106.  
  107. member '%s' is missing in the SOMReleaseOrder
  108.  
  109. overloads not allowed for SOM objects ('%s')
  110.  
  111. SOM object data member '%s' must have private access
  112.  
  113. SOM object constructor '%s' must be parameterless
  114.  
  115. SOM classes must have 'virtual' inheritance
  116.  
  117. cannot mix SOM and non-SOM based classes
  118.  
  119. 'SOMObject' should not have any base classes
  120.  
  121. template default args not supported
  122.  
  123. no type for argument '%s'
  124.  
  125. spare
  126.  
  127. '<' expected following '%s'
  128.  
  129. expression must be a pointer or reference to a polymorphic type
  130.  
  131. expression must be a pointer
  132.  
  133. type must be a pointer or a reference to a defined class or void*
  134.  
  135. compile all files with -ER to support RTTI
  136.  
  137. #include <typeinfo.h> in order to use RTTI
  138.  
  139. Compile all files with -EH to support exception handling
  140.  
  141. Cannot throw object of '%s' not of ambient memory model
  142.  
  143. A catch must follow a try-block
  144.  
  145. A '...' handler must be the last one for a try-block
  146.  
  147. Catch type masked by previous catch
  148.  
  149. Types may not appear more than once in an exception specification
  150.  
  151. Exception specifications must match exactly for each declaration of a function
  152.  
  153. Syntax error parsing pragma template %s
  154.  
  155. Invalid type specification when parsing pragma template %s
  156.  
  157. No template match for pragma template %s
  158.  
  159. The user defined operator %s is ambigous with the built-in operator
  160.  
  161. Structures which inherit cannot be initialized with an initializer list
  162.  
  163. Non-local name '%s' cannot be declared in a template instantiation.
  164.  
  165. Illegal use of template type argument during expansion of template %s
  166.  
  167. #pragma pascal_object required prior to function main
  168.  
  169. Function definitions with separate parameter lists are not allowed in C++
  170.  
  171. '::' expected
  172.  
  173. Only one identifier is allowed to appear in a declaration appearing in a conditional expression
  174.  
  175. pointers and references to references are illegal
  176.  
  177. virtual table key function '%s' re-declared inline (virtual table will be static)
  178.  
  179. dump file requirement: virtual table key function '%s' cannot be re-declared inline
  180.  
  181. overloading, type conversion or operator function not allowed
  182.  
  183. inherited function must be member of derived class
  184.  
  185. pascal object class expected
  186.  
  187. Prior forward reference to class %s must match handle/pascal class type
  188.  
  189. must be void operator delete(void **);
  190.  
  191. type must be void **operator new(pascal void (*)(),size_t);
  192.  
  193. delete [] %s , not allowed for handle/pascal class
  194.  
  195. new %s [], not allowed for handle/pascal class
  196.  
  197. cannot delete pointer to const
  198.  
  199. cannot have member initializer for '%s'
  200.  
  201. invalid reference initialization
  202.  
  203. cannot generate template instance from -XI %s
  204.  
  205. template-argument '%s' not used in function parameter types
  206.  
  207. return type cannot be specified for conversion function
  208.  
  209. local class cannot have static data or non-inline function member '%s'
  210.  
  211. must use delete[] for arrays
  212.  
  213. template-argument '%s' must be a type-argument
  214.  
  215. malformed template declaration
  216.  
  217. '%s' is not a class template
  218.  
  219. parameter lists do not match for template '%s'
  220.  
  221. '>' expected
  222.  
  223. '<' expected
  224.  
  225. forward referenced class '%s' cannot be a base class
  226.  
  227. initialization of '%s' is skipped
  228.  
  229. '%s' is not a member of enum '%s'
  230.  
  231. class name '%s' expected after ~
  232.  
  233. only classes and functions can be friends
  234.  
  235. invalid storage class for friend
  236.  
  237. can't declare member of another class '%s'
  238.  
  239. a derived class member has the same name '%s'
  240.  
  241. overloaded function '%s' has different access levels
  242.  
  243. qualifier or type in access declaration
  244.  
  245. static or non-member functions can't be const or volatile
  246.  
  247. argument to postfix ++ or -- must be int
  248.  
  249. ambiguous reference to function or member
  250.  
  251. member functions cannot be static
  252.  
  253. member '%s' is const but there is no constructor
  254.  
  255. global anonymous unions must be static
  256.  
  257. cannot convert %s* to a private base class %s*
  258.  
  259. cannot raise or lower access to base member '%s'
  260.  
  261. pointer to member expected to right of .* or ->*
  262.  
  263. union members cannot have constructors or destructors
  264.  
  265. '%s' is a virtual base class of '%s'
  266.  
  267. pure function '%s' must be virtual
  268.  
  269. ambiguous reference to base class '%s'
  270.  
  271. no constructor allowed for class '%s'
  272.  
  273. redefinition of default parameter
  274.  
  275. illegal return type for operator->()
  276.  
  277. '%s' is far
  278.  
  279. base class '%s' has different ambient memory model
  280.  
  281. '%s' is not a constructor
  282.  
  283. cannot generate %s for class '%s'
  284.  
  285. cannot create instance of abstract class '%s'
  286.  
  287. 0 expected
  288.  
  289. must be void operator delete(void * [,size_t]);
  290.  
  291. type must be void *operator new(size_t [,..]);
  292.  
  293. static function '%s' can't be virtual
  294.  
  295. duplicate direct base class '%s'
  296.  
  297. cannot find constructor for class matching %s::%s%s
  298.  
  299. main() cannot be static or inline
  300.  
  301. const or reference '%s' needs initializer
  302.  
  303. '%s' is a pure virtual function
  304.  
  305. ambiguous type conversion
  306.  
  307. initializer for static member must be outside of class definition
  308.  
  309. argument of type '%s' to copy constructor
  310.  
  311. member '%s' of class '%s' is private
  312.  
  313. member '%s' of class '%s' is not accessible
  314.  
  315. linkage specs are "C", "C++", and "Pascal", not "%s"
  316.  
  317. one argument required for member initializer for '%s'
  318.  
  319. operator functions -> () and [] must be non-static members
  320.  
  321. storage class for '%s' can't be both extern and inline
  322.  
  323. can only delete pointers
  324.  
  325. vectors cannot have initializers
  326.  
  327. bad member-initializer for '%s'
  328.  
  329. already seen initializer for '%s'
  330.  
  331. can't handle constructor in this context
  332.  
  333. type conversions must be members
  334.  
  335. '::' or '(' expected after class '%s'
  336.  
  337. no instance of class '%s' for member '%s'
  338.  
  339. illegal constructor or destructor declaration
  340.  
  341. access declaration must be in public or protected section
  342.  
  343. '%s' must be a base class
  344.  
  345. '%s' must be a class name preceding '::'
  346.  
  347. at least one parameter must be a class or a class&
  348.  
  349. should be %s parameter(s) for operator
  350.  
  351. operator overload must be a function
  352.  
  353. not an overloadable operator token
  354.  
  355. no match for function '%s%s'
  356.  
  357. type is too complex
  358.  
  359. static variables in inline functions not allowed
  360.  
  361. '%s' must be a public base class
  362.  
  363. '%s' is not a struct or a class
  364.  
  365. no instance of class '%s'
  366.  
  367. function member '%s' can't be in an anonymous union
  368.  
  369. trailing parameters must have initializers
  370.  
  371. Preprocessor: 
  372.  
  373. Lexical: 
  374.  
  375. (Arg #%u) 
  376.  
  377. Non C++ linkage specified for function %s %s cause problems with exception handling
  378.  
  379. %s inline access to %s member '%s' violates RRBC
  380.  
  381. precompiled header cannot be used because the ABI settings are different
  382.  
  383. translation unit must contain at least one declaration
  384.  
  385. extra ';'
  386.  
  387. Warning %d (Arg #%u): 
  388.  
  389. unterminated macro argument for '%s' called at (file "%s"; line %lu)
  390.  
  391. missing #endif for %s (file "%s"; line %lu)
  392.  
  393. filename expected, not a directory
  394.  
  395. cannot create precompiled header using a default name
  396.  
  397. include of precompiled header '%s' must be first statement
  398.  
  399. '%s' is a second precompiled header (only one allowed)
  400.  
  401. unable to open file '%s' (not a %s file)
  402.  
  403. block-scoped function '%s' may only have extern storage class
  404.  
  405. implementation restriction - CFM68K and exceptions are mutually exclusive
  406.  
  407. multiple -load's are not allowed
  408.  
  409. Precompiled header cannot be used because the use of 'bool' is inconsistent
  410.  
  411. this usage is deprecated
  412.  
  413. floating point constant represented as denormalized
  414.  
  415. amount specified for alloca is too large
  416.  
  417. '%s' is an unknown type
  418.  
  419. you can't ignore #pragma ignore!
  420.  
  421. there must be at least two items on the list
  422.  
  423. '%s%s' already specified on this disjoint list
  424.  
  425. '%s' was used prior to specifying it as disjoint
  426.  
  427. #pragma disjoint is not allowed here
  428.  
  429. '%s' is an invalid #pragma disjoint specification
  430.  
  431. identifier or '*' expected
  432.  
  433. 'on', 'off', or 'reset' expected
  434.  
  435. '%s' must not be in the SOMReleaseOrder
  436.  
  437. long long is not permitted with ANSI strict
  438.  
  439. long long is not allowed as a template value argument
  440.  
  441. long long bit fields are not allowed
  442.  
  443. long long case labels are not allowed
  444.  
  445. long long switch control expressions are not allowed
  446.  
  447. long long value to large to fit in a long or int
  448.  
  449. long long values are not allowed here
  450.  
  451. long long constants are not supported in ANSI
  452.  
  453. Precompiled header is not suitable for this machine. Please rebuild it.
  454.  
  455. Precompiled header cannot be used because the floating point option settings are different
  456.  
  457. Precompiled header cannot be used because the 8 byte doubles option settings are different
  458.  
  459. Precompiled header cannot be used because the size of methods is different
  460.  
  461. Precompiled header cannot be used because the inline 68881 option settings are different
  462.  
  463. Precompiled header cannot be used because the RTTI option settings are different
  464.  
  465. Precompiled header cannot be used because the Exception Handling option settings are different
  466.  
  467. Precompiled header cannot be used because it was built with the C compiler
  468.  
  469. Precompiled header cannot be used because it is too old to be used with this compiler
  470.  
  471. Turning off 8 byte doubles is not yet supported.
  472.  
  473. Parameter '%s' is not used within function '%s'
  474.  
  475. %s' truncated to '%s' accomodate '%s' extension
  476.  
  477. #pragma export on in effect and '%s' was already referenced
  478.  
  479. release order indicates '%s' is deleted or a placeholder
  480.  
  481. release order indicates '%s' migrared up to class '%s'
  482.  
  483. not using IBM compatible syntax
  484.  
  485. '%s' was already specified in the SOMReleaseOrder
  486.  
  487. a SOM class cannot be its own metaclass
  488.  
  489. '%s' must be a decendent of SOMClass
  490.  
  491. conflicting %s pragmas within the same %s
  492.  
  493. value must be 0 or positive
  494.  
  495. OIDL or IDL (upper case) expected
  496.  
  497. SOMReleaseOrder pragma omitted -- lex order assumed
  498.  
  499. '%s' is not a SOM class
  500.  
  501. class name (%s) doesn't match current class name (%s)
  502.  
  503. %s pragma is only allowed within a SOM class
  504.  
  505. implied return at closing '}' of %s does not return value
  506.  
  507. %s '%s' is not used within function '%s'
  508.  
  509. cannot have a prefix file when specifying precompiled header file
  510.  
  511. only declared (not defined) symbols allowed
  512.  
  513. member variables (%s) are not allowed
  514.  
  515. can't take address of a cfm internal function '%s'
  516.  
  517. address of '%s' was taken earlier
  518.  
  519. cfm export and internal cannot both apply to '%s'
  520.  
  521. spare
  522.  
  523. null string is invalid for list form of this pragma
  524.  
  525. segment name must be an identifier or a string
  526.  
  527. '%s' is not a (member) function
  528.  
  529. there's an instance of '%s' prior to this point
  530.  
  531. [#pragma %s] '%s' was never %s
  532.  
  533. Not in a block
  534.  
  535. #pragma %s was already specified for this block
  536.  
  537. '%s' was already specified for %s
  538.  
  539. '%s' was previously specified
  540.  
  541. '%s' was already %s
  542.  
  543. #pragma %s may only be used within functions
  544.  
  545. Error (Arg #%u): 
  546.  
  547. spare
  548.  
  549. spare
  550.  
  551. %s conflicts with %s %s (%s used)
  552.  
  553. %s %s overrides setting done by %s
  554.  
  555. virtual function %s with a variable argument list used in MI cannot be shared safely across code fragments
  556.  
  557. identifier '%s' was removed by the optimizer
  558.  
  559. can't display functions that return structs
  560.  
  561. spare
  562.  
  563. spare
  564.  
  565. ambiguous reference to '%s'
  566.  
  567. cannot reserve memory at 0x%p
  568.  
  569. cannot map file '%s' at 0x%p
  570.  
  571. It is now declared: %s
  572.  
  573. It was declared as: %s
  574.  
  575. Fatal error: 
  576.  
  577. reference must refer to same type or be const
  578.  
  579. precompiled header compiled with C instead of C++
  580.  
  581. illegal type combination, possible missing ';' after struct
  582.  
  583. pascal string length %u is longer than 255
  584.  
  585. #pragma pack(pop) does not have corresponding push
  586.  
  587. ',' expected
  588.  
  589. spare
  590.  
  591. Shift value too large or is negative
  592.  
  593. spare
  594.  
  595. Inclusion of any precompiled header must be the first non-blank, they cannot be used when precompiling
  596.  
  597. spare
  598.  
  599. only one input file allowed - '%s' not allowed
  600.  
  601. %s stack overflow
  602.  
  603. No such option %s
  604.  
  605. Casting from incomplete structure type %s
  606.  
  607. Function definitions with separate parameter lists are obsolete in C++
  608.  
  609. Maximum number of 10 nested template expansions exceeded for expansion of '%s'
  610.  
  611. missing ',' between declaration of '%s' and '%s'
  612.  
  613. '%s' is not a member of forward referenced struct '%s'
  614.  
  615. precompiled headers can't define data
  616.  
  617. need at least one external definition
  618.  
  619. no definition for static '%s'
  620.  
  621. %u exceeds maximum of %u macro parameters
  622.  
  623. Only one input file allowed for precompilation
  624.  
  625. maximum length of %u exceeded
  626.  
  627. internal error %s %d
  628.  
  629. spare
  630.  
  631. %s, stack requirements approaching limit use #pragma large_stack
  632.  
  633. member '%s' can't be same type as struct '%s'
  634.  
  635. '%s' is a member of '%s' and '%s'
  636.  
  637. keyword not supported
  638.  
  639. stack requirements too large try simplifying function %s
  640.  
  641. returning address of automatic '%s'
  642.  
  643. spare
  644.  
  645. lib_export, export, import or internal for '%s' cannot appear after definition
  646.  
  647. %s not an exportable variable or function
  648.  
  649. pragmas export,import,external must be off before pragma internal
  650.  
  651. cfm pragma is not on
  652.  
  653. cfm pragma is already on
  654.  
  655. %s expects a parameter
  656.  
  657. invalid option '%s'
  658.  
  659. duplicate template access specification
  660.  
  661. code segment too large
  662.  
  663. variable '%s' used before set
  664.  
  665. empty declaration
  666.  
  667. constant expression does not fit in switch type
  668.  
  669. %s operator is not allowed in a constant expression
  670.  
  671. data or code '%s' defined in precompiled header
  672.  
  673. external with block scope cannot have initializer
  674.  
  675. function definition must have explicit parameter list
  676.  
  677. # must be followed by a parameter
  678.  
  679. ## cannot appear at beginning or end
  680.  
  681. can't pass const/volatile object to non-const/volatile member function
  682.  
  683. using operator++() (or --) instead of missing operator++(int)
  684.  
  685. different configuration for precompiled header
  686.  
  687. Variable '%s' is too big for a -model near compile, recompile with -model far
  688.  
  689. Data member '%s' cannot appear in a struct after a dimensionless array
  690.  
  691. #pragma %s must be at global scope
  692.  
  693. use delete[] rather than delete[expr], expr ignored
  694.  
  695. binary exponent part required for hex floating constants
  696.  
  697. undefined escape sequence
  698.  
  699. assignment to 'this' is obsolete, use X::operator new/delete
  700.  
  701. casts and sizeof are illegal in preprocessor expressions
  702.  
  703. no tag name for union, struct, class or enum appearing in signature for '%s'
  704.  
  705. declarator for 0 sized bit field
  706.  
  707. can't take sizeof bit field
  708.  
  709. no return value for function '%s'
  710.  
  711. last line in file had no \n
  712.  
  713. illegal combination of types
  714.  
  715. very large automatic
  716.  
  717. can't have unnamed bit fields in unions
  718.  
  719. 0 or 1 expected
  720.  
  721. size of type exceeds 64k
  722.  
  723. no identifier for declarator
  724.  
  725. File "%s"; line %d #
  726.  
  727. Preprocessor error: 
  728.  
  729. Lexical error: 
  730.  
  731. Warning %d: 
  732.  
  733. end of file found before end of comment, line %d
  734.  
  735. spare
  736.  
  737. macro expansion stack overflow for '%s'; stringization truncated (this is a compiler bug)
  738.  
  739. Command line error: 
  740.  
  741. out of memory
  742.  
  743. %s
  744.  
  745. can't assign to const variable
  746.  
  747. octal digit expected
  748.  
  749. error writing output file
  750.  
  751. voids have no value, constructors and destructors have no return value
  752.  
  753. type of '%s' does not match function prototype
  754.  
  755. unterminated string
  756.  
  757. can't take address of register, bit field, constant or string
  758.  
  759. value of expression is not used
  760.  
  761. lvalue expected
  762.  
  763. possible unintended assignment
  764.  
  765. undefined use of struct or union
  766.  
  767. possible extraneous ';'
  768.  
  769. array dimension must be > 0
  770.  
  771. array or pointer required before '['
  772.  
  773. pointer required before '->', '->*' or after '*'
  774.  
  775. integral expression expected
  776.  
  777. blank arguments are illegal
  778.  
  779. string expected
  780.  
  781. can't nest comments
  782.  
  783. bad file name '%s'
  784.  
  785. duplicate file names '%s'
  786.  
  787. can't build file specification '%s'
  788.  
  789. '%s' is not a %svariable
  790.  
  791. divide by 0
  792.  
  793. unable to open output file '%s'
  794.  
  795. unable to open input file '%s'
  796.  
  797. illegal operand types
  798.  
  799. illegal cast
  800.  
  801. '%s' previously declared as something else
  802.  
  803. case %ld was already used
  804.  
  805. conversion of int to far or handle pointer
  806.  
  807. not in a switch statement
  808.  
  809. 'default:' is already used
  810.  
  811. type mismatch
  812.  
  813. illegal pointer arithmetic
  814.  
  815. '%s' is not a member of struct '%s'
  816.  
  817. not a struct or union type
  818.  
  819. object has 0 size
  820.  
  821. undefined label '%s'
  822.  
  823. undefined tag '%s'
  824.  
  825. 'continue' is valid only in a loop
  826.  
  827. 'break' is valid only in a loop or switch
  828.  
  829. 'while' expected
  830.  
  831. '(' expected
  832.  
  833. identifier found in abstract declarator
  834.  
  835. function expected
  836.  
  837. expression expected
  838.  
  839. ':' expected
  840.  
  841. type or storage class is required in the declaration of '%s'
  842.  
  843. // comments are not ANSI C
  844.  
  845. constant initializer expected
  846.  
  847. '{' expected
  848.  
  849. pragma parameter function prototype not found
  850.  
  851. too many initializers
  852.  
  853. '}' expected
  854.  
  855. illegal type for '%s' member
  856.  
  857. size of %s is not known
  858.  
  859. maximum width of %d bits exceeded
  860.  
  861. ';' expected
  862.  
  863. field '%s' must be of integral type
  864.  
  865. undefined identifier '%s'
  866.  
  867. '%s' is already defined
  868.  
  869. %s storage class is illegal in this context
  870.  
  871. '=', ';' or ',' expected
  872.  
  873. expected data definition of '%s', not func definition
  874.  
  875. function '%s' has no prototype
  876.  
  877. can't return arrays, functions or abstract classes
  878.  
  879. array of functions or references is illegal
  880.  
  881. parameter list is out of context
  882.  
  883. '%s' is not in function parameter list
  884.  
  885. identifier or '( declarator )' expected
  886.  
  887. ']' expected
  888.  
  889. cannot define parameter as extern
  890.  
  891. macro '%s' can't be #undef'd or #define'd
  892.  
  893. alignment must be 1,2,4
  894.  
  895. unterminated macro argument
  896.  
  897. '#else' or '#elif' found without '#if'
  898.  
  899. end of file found before '#endif'
  900.  
  901. '#endif' found without '#if'
  902.  
  903. file specification string expected
  904.  
  905. %d actual arguments expected for %s
  906.  
  907. '%s' is not a correct struct, union or enum tag identifier
  908.  
  909. too many errors
  910.  
  911. cannot implicitly convert
  912.  
  913. line number expected
  914.  
  915. integer constant expression expected
  916.  
  917. end of line expected
  918.  
  919. only pointers to handle or pascal object based types allowed
  920.  
  921. unrecognized preprocessing directive '#%s'
  922.  
  923. identifier expected
  924.  
  925. prototype for '%s' should be %s
  926.  
  927. ')' expected
  928.  
  929. illegal character, ascii %u decimal
  930.  
  931. unrecognized pragma
  932.  
  933. function '%s' is too complicated to inline
  934.  
  935. Error: 
  936.  
  937. bad -D switch, %s
  938.  
  939. '{' or tag identifier expected
  940.  
  941. no input file specified
  942.  
  943. exponent expected
  944.  
  945. number is not representable
  946.  
  947. hex digit expected
  948.  
  949. statement expected
  950.  
  951. unrecognized token
  952.  
  953. identifier is longer than %d chars
  954.  
  955. maximum of %u characters in string exceeded
  956.  
  957. number %s is too large
  958.  
  959. premature end of source file
  960.  
  961. %s has an unrecognized parameter '%s'
  962.  
  963. Fatal error: 
  964.  
  965.